type runtime.traceStackTable

5 uses

	runtime (current package)
		trace.go#L70: 	stackTab  [2]traceStackTable  // maps stack traces to unique ids
		tracestack.go#L32: func traceStack(skip int, gp *g, tab *traceStackTable) uint64 {
		tracestack.go#L141: type traceStackTable struct {
		tracestack.go#L147: func (t *traceStackTable) put(pcs []uintptr) uint64 {
		tracestack.go#L158: func (t *traceStackTable) dump(gen uintptr) {